runtime.g.selectDone (field)

3 uses

	runtime (current package)
		chan.go#L908: 			if !sgp.g.selectDone.CompareAndSwap(0, 1) {
		runtime2.go#L486: 	selectDone    atomic.Uint32  // are we participating in a select and did someone win the race?
		select.go#L356: 	gp.selectDone.Store(0)